home *** CD-ROM | disk | FTP | other *** search
/ Learn to Speak Spanish 7 / LSSP_7.ISO / pc / lssp / shared.dir / 00726_Next Story.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  130 b   |  8 lines

  1. on mouseDown
  2.   global DownSprite
  3.   if not ButtonPressed(DownSprite, EMPTY, EMPTY) then
  4.     return 
  5.   end if
  6.   loadNextPage(1)
  7. end
  8.